-
git clone project
-
cd into project root folder
-
composer install
-
npm install
-
copy '.env-example'
-
paste '.env-example' (same directory, root in this case)
-
rename '.env-example' to '.env'
-
set your database in '.env' file
-
set '.env' file with your (SMTP) email service provider info to deliver email after the creation of a new job position
- MAIL_MAILER=smtp
- MAIL_HOST= // your host
- MAIL_PORT=2525
- MAIL_USERNAME= // your username
- MAIL_PASSWORD= // your password
-
php artisan migrate
-
php artisan db:seed
-
php artisan key:generate
-
php artisan serve
-
php artisan queue:work
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Alisson-Ribeiro/laravel-web-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
License
Code of conduct
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published