Este proyecto "started" está desarrollado en Laravel, un framework PHP robusto y popular para el desarrollo de aplicaciones web. El proyecto Incluye la siguientes caracteristicas:
💻 Index https://rd-started.richard-dev.net
💻 Login https://rd-started.richard-dev.net/iniciar-sesion
.- 👦 Username: admin@richard-dev.net
.- 🔑 Password: admin-2024
Featured:
- Index
- Blog
- Articles (CRUD) / Categories (CRUD)
- Pages (CRUD)
- Login / Logout
- Dashboard
- Admin users
- Profile user
- Dark mode
- Switch language (English/Spanish)
Technologies:
1. Clone From Github
git clone https://github.com/richarddev7/rd-started.git2. Create env file
Create a .env file by cloning .env.example file3. Create a Database named
"rd_strarted" and repleace value in file .env -> DB_DATABASE4. Update Composer
composer update5. Genera Key APP
php artisan key:generate6. Run Migration & Seed
php artisan migrate7. Run User Seeder
php artisan db:seed --class=UserSeeder8. Run Build App
npm run build
# If Needed intall npm 
npm install9. Create Storage Link
php artisan storage:link10. Run On Local Machine
php artisan serve11. Open Browser
http://localhost:8000- Go to RD Started Admin Go to this link - http://localhost:8000/iniciar-sesion
Login Now by giving this data
Username: admin@richard-dev.net
Password: admin-2024Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.
The Laravel framework is open-sourced software licensed under the MIT license.


