- Run
composer install. - If no
.envwas created, create one from.env.example. - Run
php artisan storage:linkto link storage in public. - Run
php artisan key:generateto make sure there is an APP_KEY in .env. - Set QUEUE_CONNECTION=database in .env.
- Run
php artisan migrate. - Either put the project in document root ot run
php artisan serve. - Edit APP_URL, ASSET_URL and database details in .env according the run method you choose (internal serve vs another web server).
- In case of laravel internal server set ASSET_URL same as APP_URL otherwise set it as APP_URL
/public - Run and leave running
php artisan queue:work - Run and leave running
php artisan schedule:work - Open a browser and test.
-
Notifications
You must be signed in to change notification settings - Fork 0
eibrahim95/AESEncryptor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published