-
Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
-
Navigate into your project directory
cd <your-project-name> -
Install project dependencies using the following command:
composer install --ignore-platform-reqs -
Create the .env file from the example file
cp .env.example .env -
Open the .env file and change the database configuration to the following
DB_CONNECTION=mysql DB_HOST=mysql DB_PORT=3306 DB_DATABASE=<your-project-name> DB_USERNAME=sail DB_PASSWORD=password- Or preferably use the existing sqlite DB by modifyin the above to the following
DB_CONNECTION=sqlite- Then create an sqlite file as is already created using the following command
touch database/database.sqlite -
Start Project with the command
php artisan serveLeave this command running.
-
Open a new terminal tab to generate application key
php artisan key:generate -
Migrate database tables
php artisan migrate -
Go to localhost on your browser to view the application
-
Notifications
You must be signed in to change notification settings - Fork 0
neomog/Neo-Notes
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