https://github.com/mustafakhaleddev/laravel-atomic-demo-project
Atomic Panel Demo Project
https://github.com/mustafakhaleddev/laravel-atomic-demo-project
Last synced: about 2 months ago
JSON representation
Atomic Panel Demo Project
- Host: GitHub
- URL: https://github.com/mustafakhaleddev/laravel-atomic-demo-project
- Owner: mustafakhaleddev
- Created: 2019-01-03T17:04:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T17:07:04.000Z (over 7 years ago)
- Last Synced: 2025-06-25T05:08:08.823Z (about 1 year ago)
- Language: PHP
- Size: 2.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-atomic-demo-project
Atomic Panel Demo Project
clone this repo
```php
composer install
```
setup database in .env
```php
php artisan migrate
```
then serve your project
```php
php artisan serve
```
open atomic url
```
http://localhost:8000/atomic
```
login : admin@email.com
password : 123456