Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmrafibinrabi/laravel-crud
Collection Information for User details( Name, email, Bio, Profile pic)
https://github.com/kmrafibinrabi/laravel-crud
crud crud-application crudoperation laravel
Last synced: about 2 months ago
JSON representation
Collection Information for User details( Name, email, Bio, Profile pic)
- Host: GitHub
- URL: https://github.com/kmrafibinrabi/laravel-crud
- Owner: kmrafibinrabi
- License: gpl-3.0
- Created: 2024-01-23T05:49:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T07:17:28.000Z (12 months ago)
- Last Synced: 2024-01-28T08:26:15.718Z (12 months ago)
- Topics: crud, crud-application, crudoperation, laravel
- Language: PHP
- Homepage: http://127.0.0.1:8000/
- Size: 9.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel CRUD Application
This is a basic Laravel CRUD (Create, Read, Update, Delete) application that allows you to perform common database operations.
## Getting Started
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
Make sure you have the following installed on your machine:
- [PHP](https://www.php.net/) (>= 7.3)
- [Composer](https://getcomposer.org/)
- [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) (for frontend assets)
- [MySQL](https://www.mysql.com/) or [SQLite](https://www.sqlite.org/) (you can configure the database connection in the `.env` file)### Installing
1. Clone the repository:
```bash
git clone https://github.com/yoNavigate to the project directory:
Command flow:
bashcd laravel-crud-app
Install PHP dependencies:composer install
Install frontend dependencies:npm install && npm run dev
Copy the .env.example file to .env:cp .env.example .env
Generate application key:php artisan key:generate
Configure the database connection in the .env file.Migrate the database:
php artisan migrate
Run the development server:php artisan serve
The application should now be accessible at http://localhost:8000.Usage
Visit http://localhost:8000 in your browser to access the application.
Perform CRUD operations on the items.
Contributing
Feel free to contribute to the project by forking and submitting a pull request.License
This project is licensed under the MIT License - see the LICENSE file for details.sql
Copy codeFeel free to adjust any details based on your specific project requirementsur-username/laravel-crud-app.git