Code Monkey home page Code Monkey logo

laravel-tutorial's Introduction

Instapics.com - a sample application for Nettuts+ article, Building Web Applications from Scratch with Laravel

Instructions

  1. Download the repository
  2. Extract to your web server's folder
  3. Enjoy!

laravel-tutorial's People

Contributors

barryvdh avatar msurguy avatar nikkobautista avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-tutorial's Issues

Database not created

Probably a small issue, and perhaps I overlooked it, but since this is targeted at newcomers to Laravel, a sql file for this application would help get users up to speed quicker.

Logout -> return redirect...

public function action_logout()
{
    Auth::logout();
    Redirect::to('home/index');
}

--->
return Redirect::to('home');

Database

Please add database structure file.

finfo_file()

Unhandled Exception

Message:

Call to undefined function Laravel\finfo_file()
Location:

C:\wamp\www\laravel-tutorial-master\laravel\file.php on line 184

missing database sql file for the laravel-tutorial

Hi,

i am new to laravel. i just downloaded the laravel-tutorial. great work.
the only thing whats missing is the database for this example.

would you mind to provide the sql defination for this application?

thanks a lot

Ludwig

Redirect on User Creation

Was having an issue where I ended up back on the home screen after creating a user. In controllers/user.php, I changed Auth::login($user); to Auth::login($user->id); and it works fine now.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.