Skip to content

simonewebdesign/Laravel-REST

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Laravel-REST

A demo implementation of the Ruby on Rails RESTful architecture, built in Laravel. This demo app is complete of documentation and a PHPUnit test suite (not yet).

Installation

4 easy steps:

  1. Check the Laravel requirements;

  2. Clone the repo:

    $ git clone git://github.com/simonewebdesign/Laravel-REST.git
    
  3. Create the laravelrest database:

    $ mysql -uroot
    Welcome to the MySQL monitor.  Commands end with ; or \g.
    
    mysql> create database laravelrest;
    Query OK, 1 row affected (0.00 sec)
    
  4. Run the migrations:

    $ php artisan migrate:install
    Migration table created successfully.
    $ php artisan migrate
    Migrated: application/2013_01_19_162009_create_companies_table
    Migrated: application/2013_02_05_154929_add_description_to_company.php
    ...
    

License

Laravel is open-sourced software licensed under the MIT License.

Laravel-REST is open-sourced software licensed under the WTFPL License.

See LICENSE.md for more.

About

Sample implementation of Ruby on Rails's RESTful architecture, built in PHP.

Resources

License

WTFPL, Unknown licenses found

Licenses found

WTFPL
LICENSE.md
Unknown
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published