Skip to content

RD started is developed in Laravel, a robust and popular PHP framework for web application development.

Notifications You must be signed in to change notification settings

richarddev7/rd-started

Repository files navigation

Laravel Logo

RD Started

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:

  1. Index Screen

  2. Admin Dashboard Screen

Demo

💻 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:

How to start

1. Clone From Github

git clone https://github.com/richarddev7/rd-started.git

2. Create env file

Create a .env file by cloning .env.example file

3. Create a Database named

"rd_strarted" and repleace value in file .env -> DB_DATABASE

4. Update Composer

composer update

5. Genera Key APP

php artisan key:generate

6. Run Migration & Seed

php artisan migrate

7. Run User Seeder

php artisan db:seed --class=UserSeeder

8. Run Build App

npm run build

# If Needed intall npm 
npm install

9. Create Storage Link

php artisan storage:link

10. Run On Local Machine

php artisan serve

11. Open Browser

http://localhost:8000
  1. 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-2024

Contact

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

RD started is developed in Laravel, a robust and popular PHP framework for web application development.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages