https://github.com/ekramasif/laravel11
https://github.com/ekramasif/laravel11
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekramasif/laravel11
- Owner: ekramasif
- Created: 2024-12-10T10:11:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T10:13:44.000Z (5 months ago)
- Last Synced: 2025-02-10T01:41:59.226Z (3 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple laravel 11 project personal notes manager application, inside which can register, login and create personal notes.
## Installation
1. Clone the project
2. Navigate to the project's root directory using terminal
3. Create `.env` file - `cp .env.example .env`
4. Execute `composer install`
5. Execute `npm install`
6. Set application key - `php artisan key:generate --ansi`
7. Execute migrations and seed data - `php artisan migrate --seed`
8. Start vite server - `npm run dev`
9. Start Artisan server - `php artisan serve`