https://github.com/bryanbill/coalition-laravel
This is a test for Coalition Technologies. The test is to create a simple Laravel application that allows users to create, read, update, and delete (CRUD) stock records.
https://github.com/bryanbill/coalition-laravel
Last synced: 11 months ago
JSON representation
This is a test for Coalition Technologies. The test is to create a simple Laravel application that allows users to create, read, update, and delete (CRUD) stock records.
- Host: GitHub
- URL: https://github.com/bryanbill/coalition-laravel
- Owner: bryanbill
- Created: 2025-03-10T14:23:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-10T14:50:05.000Z (over 1 year ago)
- Last Synced: 2025-03-10T15:37:30.009Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coalition Laravel Test
This is a test for Coalition Technologies. The test is to create a simple Laravel application that allows users to create, read, update, and delete (CRUD) stock records.
## Installation
1. Clone the repository
```bash
git clone https://bryanbill/coalition-laravel.git
```
2. Install dependencies
```bash
composer install
```
3. Create a `.env` file
```bash
cp .env.example .env
```
4. Generate an application key
```bash
php artisan key:generate
```
5. Run the project
```bash
php artisan serve
```